Correct the documentation of child property getter arguments. (#501992,
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Dec 2007 19:06:03 +0000 (19:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 7 Dec 2007 19:06:03 +0000 (19:06 +0000)
2007-12-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkcontainer.c: Correct the documentation of child
        property getter arguments.  (#501992, David Brigada)

svn path=/trunk/; revision=19130

ChangeLog
gtk/gtkcontainer.c

index bb9b29eb7647d761e7cf6ff326c093bbcf0025df..93932b57f1a252b561482816881369c1ebe02be9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcontainer.c: Correct the documentation of child
+       property getter arguments.  (#501992, David Brigada)
+
 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
index f58693e48a8ea078c4450d7d035050b8daf17b8a..ab238ec9d57da2a7903c44d863b556937c57194b 100644 (file)
@@ -537,8 +537,8 @@ container_set_child_property (GtkContainer       *container,
  * @container: a #GtkContainer
  * @child: a widget which is a child of @container
  * @first_property_name: the name of the first property to get
- * @var_args: a %NULL-terminated list of property names and #GValue*, 
- *           starting with @first_prop_name.
+ * @var_args: return location for the first property, followed 
+ *     optionally by more name/return location pairs, followed by %NULL
  * 
  * Gets the values of one or more child properties for @child and @container.
  **/
@@ -871,8 +871,8 @@ gtk_container_child_set (GtkContainer      *container,
  * @container: a #GtkContainer
  * @child: a widget which is a child of @container
  * @first_prop_name: the name of the first property to get
- * @Varargs: a %NULL-terminated list of property names and #GValue*, 
- *           starting with @first_prop_name
+ * @Varargs: return location for the first property, followed 
+ *     optionally by more name/return location pairs, followed by %NULL
  * 
  * Gets the values of one or more child properties for @child and @container.
  **/